﻿.z_hx4_list li a {
  color: #333 !important;
}

.z_hx4_list li a::before {
  background: #8C8C8C !important;
}

.z_swiper_btn {
  position: absolute;
  right: 2vw;
  bottom: 5.5vw;
  z-index: 2;
  color: #00C9A1;
}

.z_swiper_btn span {
  display: inline-block;
  cursor: pointer;
  outline: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: rgba(255, 255, 255, .85);
  transition: ease 1s;
  font-weight: bold;
  font-size: 18px !important;
  margin-left: 10px;
}

.z_swiper_btn span:hover {
  background: #00C9A1;
  color: #fff;
}

.z_banner .slide3 .z_banner_text.sencond_banner_img img {
  max-height: 37.05208vw;
}

.honor_tips {
  font-size: 18px;
}

.z_news_swiper li h3 {
  height: 60px
}

@media screen and (max-width:980px) {
  .z_swiper_btn {
    display: none;
  }

  .z_banner .slide3 .z_banner_text.sencond_banner_img img {
    max-height: 50.05208vw;
  }

  .z_swiper_btn {
    bottom: 20px;
  }

  .z_swiper_btn span {
    height: 32px;
    width: 32px;
    line-height: 32px
  }

  .z_swiper_btn2 {
    display: block
  }

  .z_news_swiper li h3 {
    height: 48px
  }

  .honor_tips {
    font-size: 14px;
  }
}

.c03 {
  color: red;
  font-weight: bold;
}

/* 新增 */
.z_pt_icon {
  overflow: hidden;
  padding: 20px 0;
}

.z_swiper_btnwarp {
  position: relative;
}

.z_swiper_btnwarp .btn,
.z_cj_swiper .btn {
  display: inline-block;
  cursor: pointer;
  outline: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: #fff;
  transition: ease 1s;
  font-weight: bold;
  font-size: 18px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.z_swiper_btnwarp .btn:hover {
  background: #00C9A1;
  color: #fff;
}

.z_swiper_btnwarp .prev {
  left: -70px;
}

.z_swiper_btnwarp .next {
  right: -70px;
}

.z_cj_swiper .prev {
  left: 5%;
  z-index: 2;
  top: 43%;
}

.z_cj_swiper .next {
  right: 5%;
  z-index: 2;
  top: 43%;
}

.z_pt_icon li {
  margin: 0;
}

@media screen and (max-width: 980px) {
  .z_pt_icon ul {
    display: flex;
  }

  .z_pt_icon {
    width: 80%;
    margin: 0 auto;
  }

  .z_swiper_btnwarp .prev {
    left: -5px;
  }

  .z_swiper_btnwarp .next {
    right: -5px;
  }

  .z_swiper_btnwarp .btn,
  .z_cj_swiper .btn {
    width: 35px;
    line-height: 35px;
    text-align: center;
    height: 35px;
  }
}